google.golang.org/protobuf/internal/impl.pointer.Uint64Slice (method)

13 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L2744: 	s := *p.Uint64Slice()
		codec_gen.go#L2753: 	s := *p.Uint64Slice()
		codec_gen.go#L2763: 	sp := p.Uint64Slice()
		codec_gen.go#L2823: 	s := *p.Uint64Slice()
		codec_gen.go#L2836: 	s := *p.Uint64Slice()
		codec_gen.go#L4393: 	s := *p.Uint64Slice()
		codec_gen.go#L4400: 	s := *p.Uint64Slice()
		codec_gen.go#L4410: 	sp := p.Uint64Slice()
		codec_gen.go#L4450: 	s := *p.Uint64Slice()
		codec_gen.go#L4460: 	s := *p.Uint64Slice()
		merge_gen.go#L131: 	ds := dst.Uint64Slice()
		merge_gen.go#L132: 	ss := src.Uint64Slice()
		pointer_unsafe.go#L102: func (p pointer) Uint64Slice() *[]uint64                { return (*[]uint64)(p.p) }